We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f3b334 + 27d37a5 commit ad9d118Copy full SHA for ad9d118
.github/workflows/workflow.yml
@@ -3,16 +3,18 @@ on:
3
push:
4
branches:
5
- master
6
- - support-for-float-ui-21
7
pull_request:
8
9
+permissions:
10
+ id-token: write # Required for OIDC
11
+ contents: write # required for committing the version bump
12
jobs:
13
workflow:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
- node-version: [22.x]
17
+ node-version: [24.x]
18
19
steps:
20
- uses: actions/checkout@v2
@@ -45,7 +47,6 @@ jobs:
45
47
- name: Release
46
48
env:
49
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50
run: npx semantic-release
51
- name: Deploy sample app to Vercel
52
0 commit comments