Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhett12321 committed Jan 12, 2025
1 parent 9052568 commit 3c5a0d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
outputs:
version: ${{ steps.vars.outputs.VERSION }}
tag: ${{ steps.vars.outputs.TAG }}
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -104,6 +106,7 @@ jobs:
PRERELEASE_SUFFIX: alpha
PRERELEASE: ${{ github.ref != 'main' }}
TAG_CONTEXT: branch
VERBOSE: true

- name: Prepare Outputs
id: vars
Expand Down

0 comments on commit 3c5a0d2

Please sign in to comment.