Skip to content

Commit

Permalink
Re-add SAML token for release (#103)
Browse files Browse the repository at this point in the history
re-add saml token for release
  • Loading branch information
andreacaldera authored May 16, 2023
1 parent 55fd966 commit e79300c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.SAML_ACCOUNT_TOKEN }}

- uses: ./.github/actions/prepare

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mands/nx-plugins",
"version": "0.6.1",
"version": "0.6.2",
"description": "Nx plugins by M&S engineering",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mands/nx-playwright",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit e79300c

Please sign in to comment.