Skip to content

Update package.json version to 3.0.8 #24

Update package.json version to 3.0.8

Update package.json version to 3.0.8 #24

Workflow file for this run

name: Publish package to npmjs
on:
push:
branches: [main]
# Ensure that only one instance of this workflow executes at a time.
# If multiple PRs are merged in quick succession, there will only ever be one publish workflow running and one pending.
concurrency: ${{ github.workflow }}
jobs:
publish:

Check failure on line 12 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Publish package to npmjs

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 12, Col: 5): Error calling workflow 'Expensify/GitHub-Actions/.github/workflows/npmPublish.yml@main'. The nested job 'publish' is requesting 'id-token: write', but is only allowed 'id-token: none'.
# os-botify[bot] will update the version on `main`, so this check is important to prevent an infinite loop
if: ${{ github.actor != 'os-botify[bot]' }}
uses: Expensify/GitHub-Actions/.github/workflows/npmPublish.yml@main
secrets: inherit
with:
should_run_build: true