Skip to content

Commit 91b1968

Browse files
committed
Updated README.md
1 parent e920462 commit 91b1968

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Create, update, and edit existing releases!
55
Great for creating a `latest` or `nightly` release.
66

77
```yaml
8-
- uses: IsaacShelton/[email protected].3
8+
- uses: IsaacShelton/[email protected].4
99
with:
1010
token: ${{secrets.GITHUB_TOKEN}}
1111
release: "Nightly"
@@ -59,7 +59,7 @@ If successful, this action will have the following outputs:
5959
The `${{ secrets.GITHUB_TOKEN }}` is valid for exactly an hour from the time your build starts. If your build requires longer than an hour to run, you will need to [create your own access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) with repo admin access, [store it as a secret](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) in your own repository, and reference that secret token in your build:
6060

6161
```yaml
62-
- uses: IsaacShelton/[email protected].3
62+
- uses: IsaacShelton/[email protected].4
6363
with:
6464
token: ${{ secrets.YOUR_PRIVATE_SECRET_TOKEN }}
6565
release: Nightly
@@ -83,6 +83,10 @@ The `${{ secrets.GITHUB_TOKEN }}` is valid for exactly an hour from the time you
8383

8484
### Changelog
8585

86+
**`v1.3.4`**
87+
88+
- Updated dependencies
89+
8690
**`v1.3.3`**
8791

8892
- Updated octokit dependencies

0 commit comments

Comments
 (0)