Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ParzivalEugene committed Oct 31, 2024
1 parent ee2ffc1 commit cbb4c5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ghcr.io/${{ env.REPO }}:${{ steps.meta.outputs.tag }}
continue-on-error: false

- name: Release
uses: softprops/action-gh-release@v2
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": "links",
"version": "0.4.13",
"version": "0.4.14",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit cbb4c5c

Please sign in to comment.