We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8bd98 commit a1fe45fCopy full SHA for a1fe45f
.github/workflows/build-cloudsmith-agent.yml
@@ -7,7 +7,7 @@ on:
7
8
permissions:
9
id-token: write
10
- contents: read
+ contents: write
11
12
jobs:
13
check-tags-and-build:
@@ -87,4 +87,4 @@ jobs:
87
git config user.email "github-actions[bot]@users.noreply.github.com"
88
git add .last-built-version
89
git commit -m "Record built version ${{ env.LATEST_TAG }}"
90
- git push
+ git push
0 commit comments