Skip to content

Commit

Permalink
chore: temporary attempt at publishing with new version of release ac…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
simoneb authored Jan 14, 2025
1 parent 87ce485 commit 529a662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: nearform-actions/optic-release-automation-action@v4
- uses: msgadi/optic-release-automation-action@feat/adding-alternate-otp-flow
with:
github-token: ${{ secrets.github_token }}
npm-token: >-
Expand All @@ -32,6 +32,7 @@ jobs:
optic-token: >-
${{ secrets[format('OPTIC_TOKEN_{0}', github.actor)] ||
secrets.OPTIC_TOKEN }}
ngrok-token: ${{ secrets.NGROK_TOKEN }}
semver: ${{ github.event.inputs.semver }}
build-command: |
npm install
Expand Down

0 comments on commit 529a662

Please sign in to comment.