Skip to content

Commit

Permalink
ci: fix the workflow version (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Aug 8, 2021
1 parent 79a5cb5 commit 1bb699d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Expand Up @@ -17,13 +17,13 @@ jobs:
version:
timeout-minutes: 8
runs-on: ubuntu-latest
if: ${{ false == contains(github.ref, 'changeset') && github.repository == 'remirror/remirror' && secrets.REMIRROR_BOT_GITHUB_TOKEN }}
if: ${{ false == contains(github.ref, 'changeset') && github.repository == 'remirror/remirror' }}
steps:
- name: checkout code repository
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.REMIRROR_BOT_GITHUB_TOKEN }}
token: ${{ secrets.REMIRROR_BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}

- name: setup caching
uses: actions/cache@v2
Expand Down

1 comment on commit 1bb699d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://remirror.io as production
🚀 Deployed on https://6110286a45f65d18df3f2096--remirror.netlify.app

Please sign in to comment.