Skip to content

Commit

Permalink
change to docker in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Sep 11, 2024
1 parent b2a7b18 commit 11ab84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
default: ""

runs:
using: 'node20'
main: 'dist/index.js'
using: 'docker'
image: 'ghcr.io/tu6ge/publish-action:test_v0.4.1'

0 comments on commit 11ab84e

Please sign in to comment.