Skip to content

Commit

Permalink
ci: use shabados actions next (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored Jun 12, 2021
1 parent 468b3a0 commit 2dfdcd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Setup ShabadOS Bot
uses: shabados/actions/setup-git-identity
uses: shabados/actions/setup-git-identity@release/next
with:
user: Shabad OS Bot
email: team@shabados.com
Expand All @@ -26,7 +26,7 @@ jobs:
registry-url: "https://registry.npmjs.org"

- name: Bump version
uses: shabados/actions/bump-version
uses: shabados/actions/bump-version@release/next

- name: Cache Node.js modules
uses: actions/cache@v1
Expand Down Expand Up @@ -60,6 +60,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

- name: Release GH release
uses: shabados/actions/publish-github
uses: shabados/actions/publish-github@release/next
with:
github_token: ${{ secrets.GH_BOT_TOKEN }}

0 comments on commit 2dfdcd6

Please sign in to comment.