Skip to content

Commit

Permalink
tmp: dry-run changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dalbertom committed Jun 21, 2024
1 parent f2c07f1 commit 0620d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ name: Release
on:
push:
branches:
- main
- versioning-1
permissions:
contents: read # for checkout
jobs:
lint-and-test:
uses: ./.github/workflows/lint-and-test.yml

release:
name: Release
runs-on: large-8-core-32gb-22-04
needs: [lint-and-test]
environment: deploy #!! DO NOT CHANGE THIS LINE !! #
permissions:
contents: write # to be able to publish a GitHub release
Expand All @@ -31,7 +27,7 @@ jobs:
- name: Semantic Release
run: |
npm install semantic-release
npx semantic-release
npx semantic-release --dry-run
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }} #TODO: add CRATES_TOKEN
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"release": {
"branches": [
"main"
"versioning-1"
],
"tagFormat": "v${version}",
"plugins": [
Expand Down

0 comments on commit 0620d22

Please sign in to comment.