We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a07733 commit 564ccc8Copy full SHA for 564ccc8
.github/workflows/ci.yml
@@ -92,9 +92,6 @@ jobs:
92
runs-on: ubuntu-24.04
93
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'vuetifyjs'
94
environment: production
95
- permissions:
96
- contents: read
97
- id-token: write
98
steps:
99
- uses: actions/checkout@v4
100
with:
@@ -109,6 +106,7 @@ jobs:
109
106
- name: NPM Release
110
107
run: bash scripts/deploy.sh
111
108
env:
+ NPM_API_KEY: ${{ secrets.NPM_TOKEN }}
112
RELEASE_TAG: ${{ env.RELEASE_TAG }}
113
- name: GitHub release
114
id: create_release
0 commit comments