Skip to content

Commit

Permalink
fix branch name for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Dec 17, 2024
1 parent 06c24f7 commit f20a80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release

on:
push:
tags:
- '*'
tags: ["*"]
branches: ["main"]

env:
VERSION: ${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/up-mods/action-discord-release:v0'
image: 'docker://ghcr.io/up-mods/action-discord-release:main'
args:
- "--modrinth-project-id=${{ inputs.modrinth-project-id }}"
- "--curseforge-project-id=${{ inputs.modrinth-project-id }}"
Expand Down

0 comments on commit f20a80e

Please sign in to comment.