Skip to content

Commit

Permalink
chore: delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
qarlosalberto committed Jul 5, 2023
1 parent b5322f5 commit 786596b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
file_ver="${{ env.version }}_${file}"
file_ver="${file_ver/:/"_"}"
file_ver="${file_ver/ /""}"
ls
echo "${{ github.workspace }}/$file_ver"
ls ${{ github.workspace }}
mv $file ${{ github.workspace }}/$file_ver
Expand All @@ -76,13 +75,6 @@ jobs:
path: |
*.vsix
- uses: dev-drprasad/[email protected]
if: github.ref == 'refs/heads/main'
with:
tag_name: latest
github_token: ${{ secrets.GITHUB_TOKEN }}
delete_release: true

- uses: "marvinpinto/action-automatic-releases@latest"
if: github.ref == 'refs/heads/main'
with:
Expand All @@ -91,9 +83,9 @@ jobs:
automatic_release_tag: "${{ env.version }}"
files: |
*.vsix
- uses: "marvinpinto/action-automatic-releases@latest"
if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/dev'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
Expand Down

0 comments on commit 786596b

Please sign in to comment.