@@ -16,15 +16,15 @@ Just copy and paste the following in your GitHub action:
1616
1717```
1818- name: Run sccache-cache
19- uses: mozilla-actions/[email protected] .6 19+ uses: mozilla-actions/[email protected] .7 2020```
2121
2222### Conditionally run cache and enable it
2323
2424```
2525- name: Run sccache-cache only on non-release runs
2626 if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
27- uses: mozilla-actions/[email protected] .6 27+ uses: mozilla-actions/[email protected] .7 2828- name: Set Rust caching env vars only on non-release runs
2929 if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
3030 run: |
@@ -36,7 +36,7 @@ Just copy and paste the following in your GitHub action:
3636
3737```
3838- name: Run sccache-cache
39- uses: mozilla-actions/[email protected] .6 39+ uses: mozilla-actions/[email protected] .7 4040 with:
4141 version: "v0.7.4"
4242```
@@ -101,7 +101,7 @@ When using the action on GitHub Enterprise Server installations a valid GitHub.c
101101
102102```
103103- name: Run sccache-cache
104- uses: mozilla-actions/[email protected] .6 104+ uses: mozilla-actions/[email protected] .7 105105 with:
106106 token: ${{ secrets.MY_GITHUB_TOKEN }}
107107```
@@ -113,6 +113,7 @@ Note that using https://github.com/actions/create-github-app-token is a better o
1131131 . Update the example in README.md
1141141 . Update version in ` package.json `
1151151 . Run ` npm i --package-lock-only `
116+ 1 . Run ` npm run build `
1161171 . Commit and push the local changes
1171181 . Tag a new release (vX.X.X)
1181191 . Create a new release in github
0 commit comments