Skip to content

Commit 054db53

Browse files
authored
Merge pull request #172 from sylvestre/0.0.7
0.0.7
2 parents e21e59b + 0f3ae50 commit 054db53

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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/sccache-action@v0.0.6
19+
uses: mozilla-actions/sccache-action@v0.0.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/sccache-action@v0.0.6
27+
uses: mozilla-actions/sccache-action@v0.0.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/sccache-action@v0.0.6
39+
uses: mozilla-actions/sccache-action@v0.0.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/sccache-action@v0.0.6
104+
uses: mozilla-actions/sccache-action@v0.0.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
113113
1. Update the example in README.md
114114
1. Update version in `package.json`
115115
1. Run `npm i --package-lock-only`
116+
1. Run `npm run build`
116117
1. Commit and push the local changes
117118
1. Tag a new release (vX.X.X)
118119
1. Create a new release in github

dist/setup/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/show_stats/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sccache-action",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Github Action for Sccache",
55
"main": "dist/setup/index.js",
66
"engines": {

0 commit comments

Comments
 (0)