Skip to content

Commit

Permalink
ci: clean bad naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Nov 25, 2024
1 parent 44e1cbb commit 807d20d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main

jobs:
semantic-release:
release-draft:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
66 changes: 0 additions & 66 deletions .github/workflows/release.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ on:
push:
tags:
- "v*"
pull_request:
paths:
- "**/*.md"

jobs:
semantic-release:
create-changelog:
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -19,7 +22,6 @@ jobs:

- uses: actions/checkout@v4
with:
fetch-depth: 1
token: ${{ steps.app-token.outputs.token }}

- name: Update CHANGELOG
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup iggy
uses: "./"
uses: actions/setup-iggy-server@v1
with:
version: "0.4.72"
- name: Print iggy version
Expand Down

0 comments on commit 807d20d

Please sign in to comment.