Skip to content

Commit

Permalink
Release 2.6.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripudil committed Sep 16, 2023
1 parent cea8c4c commit 7773873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
with:
node-version: lts/*
registry-url: 'https://registry.npmjs.org'
- run: npm publish --provenance
- run: npm publish --provenance --tag beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "naja",
"version": "2.5.0",
"version": "2.6.0-beta.0",
"description": "Modern AJAX library for Nette Framework",
"keywords": [
"nette",
Expand Down

0 comments on commit 7773873

Please sign in to comment.