Skip to content

Commit

Permalink
reverting last change
Browse files Browse the repository at this point in the history
  • Loading branch information
ADorigi committed May 28, 2024
1 parent 992ab92 commit 6e20b29
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ jobs:
needs:
- tag
steps:
- name: Download new tag
uses: actions/download-artifact@v2
with:
name: new_tag
- name: Set new tag
id: set_new_tag
run: |
echo "::set-output name=new_tag::$(cat new_tag.txt)"
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -88,7 +80,6 @@ jobs:
version: latest
args: release --clean
env:
GORELEASER_CURRENT_TAG: ${{ steps.set_new_tag.outputs.new_tag }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
COSIGN_SECRET: ${{ secrets.COSIGN_SECRET }}
Expand Down

0 comments on commit 6e20b29

Please sign in to comment.