-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #172 from sylvestre/0.0.7
0.0.7
- Loading branch information
Showing
5 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,15 @@ Just copy and paste the following in your GitHub action: | |
|
||
``` | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].6 | ||
uses: mozilla-actions/[email protected].7 | ||
``` | ||
|
||
### Conditionally run cache and enable it | ||
|
||
``` | ||
- name: Run sccache-cache only on non-release runs | ||
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' | ||
uses: mozilla-actions/[email protected].6 | ||
uses: mozilla-actions/[email protected].7 | ||
- name: Set Rust caching env vars only on non-release runs | ||
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' | ||
run: | | ||
|
@@ -36,7 +36,7 @@ Just copy and paste the following in your GitHub action: | |
|
||
``` | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].6 | ||
uses: mozilla-actions/[email protected].7 | ||
with: | ||
version: "v0.7.4" | ||
``` | ||
|
@@ -101,7 +101,7 @@ When using the action on GitHub Enterprise Server installations a valid GitHub.c | |
|
||
``` | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].6 | ||
uses: mozilla-actions/[email protected].7 | ||
with: | ||
token: ${{ secrets.MY_GITHUB_TOKEN }} | ||
``` | ||
|
@@ -113,6 +113,7 @@ Note that using https://github.com/actions/create-github-app-token is a better o | |
1. Update the example in README.md | ||
1. Update version in `package.json` | ||
1. Run `npm i --package-lock-only` | ||
1. Run `npm run build` | ||
1. Commit and push the local changes | ||
1. Tag a new release (vX.X.X) | ||
1. Create a new release in github | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters