Skip to content

Commit

Permalink
Version 1.0.0 (#18)
Browse files Browse the repository at this point in the history
This resolves #7
  • Loading branch information
Bullrich committed Oct 2, 2023
1 parent 3031251 commit 71aa539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Tag version and create release
run: gh release create $VERSION --generate-notes
env:
VERSION: ${{ needs.compare-versions.outputs.version }}
VERSION: v${{ needs.compare-versions.outputs.version }}
GH_TOKEN: ${{ github.token }}
- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ outputs:

runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/paritytech/auto-merge-bot/action:1.0.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-merge-bot",
"version": "0.0.1",
"version": "1.0.0",
"description": "Bot which enables or disable auto-merge",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit 71aa539

Please sign in to comment.