Skip to content

Commit 58d4f9b

Browse files
committed
chore(ci): re-publish package with README.md
1 parent c43a5df commit 58d4f9b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Release Package
22

3-
on:
4-
push:
5-
branches:
6-
- main
3+
on: [push]
74

85
concurrency: ${{ github.workflow }}-${{ github.ref }}
96

@@ -41,6 +38,12 @@ jobs:
4138
- name: Install dependencies
4239
run: pnpm install
4340

41+
- name: Unpublish package
42+
shell: bash
43+
run: pnpm unpublish @simpleanalytics/next@1.0.0 --force
44+
env:
45+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46+
4447
- name: Publish package
4548
shell: bash
4649
run: pnpm publish --filter=@simpleanalytics/next --access public --no-git-checks

0 commit comments

Comments
 (0)