Skip to content

Commit b8924cc

Browse files
committed
ci: revert e451d6a
I don't think this would actually work the way it was made. It would require a separate release tag to dissern that it's a dev release
1 parent e451d6a commit b8924cc

File tree

2 files changed

+2
-70
lines changed

2 files changed

+2
-70
lines changed

.github/workflows/release-please-dev.yaml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/workflows/release-please-main.yaml renamed to .github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It also auto publishes releases to npm
33
# For more information see: https://github.com/google-github-actions/release-please-action
44

5-
name: release-please-main
5+
name: release-please
66

77
on:
88
push:
@@ -62,7 +62,7 @@ jobs:
6262
if: ${{ steps.release.outputs.releases_created }}
6363

6464
- name: Publish
65-
run: pnpm publish --tag latest --filter bootstrap-vue-3
65+
run: pnpm publish --filter bootstrap-vue-3
6666
env:
6767
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
6868
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)