Skip to content

Commit

Permalink
Fixed release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Dec 12, 2023
1 parent 2f8e595 commit f532c29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
},
"jobs": {
"autotag": {
"permissions": {
"contents": "write"
},
"runs-on": "ubuntu-latest",
"env": {
"OS": "ubuntu-latest"
Expand All @@ -27,7 +30,7 @@
"tag_prefix": "v"
},
"env": {
"GITHUB_TOKEN": "${{ secrets.DEPLOY_TRIGGER_TOKEN }}"
"GITHUB_TOKEN": "${{ secrets.GITHUB_TOKEN }}"
}
}
]
Expand Down
3 changes: 2 additions & 1 deletion src/ci.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
(:import-from #:40ants-ci/jobs/docs
#:build-docs)
(:import-from #:40ants-ci/workflow
#:defworkflow))
#:defworkflow)
(:import-from #:40ants-ci/jobs/autotag))
(in-package #:reblocks-websocket-ci/ci)


Expand Down

0 comments on commit f532c29

Please sign in to comment.