diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c18b50..8df19c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 }} diff --git a/aiken.toml b/aiken.toml index 27b9cec..560a7c2 100644 --- a/aiken.toml +++ b/aiken.toml @@ -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"