Skip to content

Commit

Permalink
Test/release (#5)
Browse files Browse the repository at this point in the history
* feat: test release

* feat: test release

* feat: test release

* feat: test release
  • Loading branch information
HinsonSIDAN authored Aug 8, 2024
1 parent 04c1d62 commit b6bacef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
needs: [build, check-version]
if: needs.check-version.outputs.version-updated == 'true'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -73,6 +75,6 @@ jobs:
tag_name: ${{ needs.check-version.outputs.version }}
release_name: ${{ needs.check-version.outputs.version }}
draft: false
prerelease: true
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion aiken.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "sidan-lab/vodka"
version = "0.0.0-beta"
version = "0.0.1-beta"
license = "Apache-2.0"
description = "Aiken utils for project 'sidan-lab/vodka"

Expand Down

0 comments on commit b6bacef

Please sign in to comment.