Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 5, 2024
1 parent af68fd3 commit 75af482
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
runs-on: ubuntu-latest
env:
VERSION_CHANGE: ${{ github.event.inputs.versionChange }}

permissions:
contents: write
id-token: write

steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
Expand All @@ -27,7 +32,7 @@ jobs:
- name: Setup Platform 🛠
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.13
bun-version: 1.1.17

- name: Install dependencies 📦
run: |
Expand Down

0 comments on commit 75af482

Please sign in to comment.