Skip to content

Commit

Permalink
ci(release,publish-flake): update release tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Dec 11, 2023
1 parent e542be8 commit 4e4c7a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish flake
on:
push:
tags:
- "^v[0-9]+.[0-9]+-[0-9]+"
- "v?[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
inputs:
tag:
Expand All @@ -26,7 +26,7 @@ jobs:


publish-to-flakehub:
name: "Publish to flakestry.dev"
name: "Publish to flakehub.com"
runs-on: "ubuntu-22.04"
permissions:
id-token: "write"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Generate tag"
id: tag
run: echo tag=$(echo "v23.11-$(date "+%Y%m%d")") >> "$GITHUB_OUTPUT"
run: echo tag=$(echo "v23.11.$(date "+%Y%m%d")") >> "$GITHUB_OUTPUT"

- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 4e4c7a1

Please sign in to comment.