Skip to content

Commit 5c25301

Browse files
committed
Bump version to v1.3.3
1 parent 5b8c72e commit 5c25301

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Diff for: 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].2
8+
- uses: IsaacShelton/[email protected].3
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].2
62+
- uses: IsaacShelton/[email protected].3
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.3`**
87+
88+
- Updated octokit dependencies
89+
8690
**`v1.3.2`**
8791

8892
- Updated to node16 and @actions/core 1.10 (patriziobruno)

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "update-existing-release",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "A smarter way to make fresh build assets continuously available and edit releases, with Github actions",
55
"main": "./dist/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)