diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-14 15:38:38 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-14 15:38:38 +0200 |
commit | 3def4be8bf0f3a77ed35638495e459d83034e5af (patch) | |
tree | 7fe98b6e953d4b2c47c5aef0b577decd906ca8d6 /.github/workflows/publish-workflow.yaml | |
parent | ~ | Add publish-workflow.yaml (diff) | |
download | gpt4free-3def4be8bf0f3a77ed35638495e459d83034e5af.tar gpt4free-3def4be8bf0f3a77ed35638495e459d83034e5af.tar.gz gpt4free-3def4be8bf0f3a77ed35638495e459d83034e5af.tar.bz2 gpt4free-3def4be8bf0f3a77ed35638495e459d83034e5af.tar.lz gpt4free-3def4be8bf0f3a77ed35638495e459d83034e5af.tar.xz gpt4free-3def4be8bf0f3a77ed35638495e459d83034e5af.tar.zst gpt4free-3def4be8bf0f3a77ed35638495e459d83034e5af.zip |
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/publish-workflow.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index ebbece66..07567a2f 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -30,4 +30,4 @@ jobs: context: . push: true tags: ${{ steps.metadata.outputs.tags }} - labels: ${{ steps.metadata.outputs.labels }}
\ No newline at end of file + labels: ${{ steps.metadata.outputs.labels }} |