Skip to content

Commit

Permalink
ci(publish): fix release workflow given the new config already set (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCane authored Jan 15, 2025
1 parent 22d74af commit 362c3f7
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: 🚀 Publish Release
on:
push:
branches:
- 'main'
permissions:
# Needed by googleapis/release-please-action@v4
contents: write
pull-requests: write
jobs:
publish:
permissions:
# Needed by googleapis/release-please-action@v4
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: 🍄 Bump package version, create GitHub release and changelog
- name: 🍄 Bump package version, create GitHub release, and update changelog
uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 362c3f7

Please sign in to comment.