Skip to content

Commit

Permalink
add v to tag names, write permission for file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jan 26, 2024
1 parent eec42cc commit 4c5166a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ defaults:
jobs:
macos-compile:
runs-on: macos-12
permissions:
contents: write
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion tools/prepare_new_release_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ commit_message="v""$next_m_version"
tag_name="$next_m_version"

git commit -m "$commit_message" "$f1" "$f2"
git tag -a "$next_m_version" -m "$next_m_version"
git tag -a "v$next_m_version" -m "v$next_m_version"

0 comments on commit 4c5166a

Please sign in to comment.