Skip to content

Commit

Permalink
vbump
Browse files Browse the repository at this point in the history
  • Loading branch information
alephnull committed Jan 23, 2024
1 parent 63faf3c commit ddb27bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ jobs:
ci:
needs:
- goreleaser
permissions:
id-token: write # AWS OIDC JWT
contents: read # actions/checkout
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -368,4 +371,4 @@ jobs:
./test.sh ${{ needs.goreleaser.outputs.tag }}
cd -
fi
done
done

0 comments on commit ddb27bf

Please sign in to comment.