Skip to content

Commit

Permalink
Merge pull request #52 from snow-actions/release/v1.4.0
Browse files Browse the repository at this point in the history
v1.4.0
  • Loading branch information
SnowCait committed Jul 8, 2023
2 parents 0f09ee8 + 27ab4eb commit cc1bee8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 5

steps:
- uses: snow-actions/nostr@v1.3.0
- uses: snow-actions/nostr@v1.4.0
with:
relays: ${{ vars.NOSTR_RELAYS }}
private-key: ${{ secrets.NOSTR_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Send EVENT to Nostr.

```yml
steps:
- uses: snow-actions/nostr@v1.3.0
- uses: snow-actions/nostr@v1.4.0
with:
relays: |
${{ vars.NOSTR_RELAY_1 }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nostr",
"version": "1.3.0",
"version": "1.4.0",
"description": "Send EVENT to Nostr",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cc1bee8

Please sign in to comment.