Skip to content

Commit a1fe45f

Browse files
Update build-cloudsmith-agent.yml
1 parent 1f8bd98 commit a1fe45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-cloudsmith-agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
permissions:
99
id-token: write
10-
contents: read
10+
contents: write
1111

1212
jobs:
1313
check-tags-and-build:
@@ -87,4 +87,4 @@ jobs:
8787
git config user.email "github-actions[bot]@users.noreply.github.com"
8888
git add .last-built-version
8989
git commit -m "Record built version ${{ env.LATEST_TAG }}"
90-
git push
90+
git push

0 commit comments

Comments
 (0)