Skip to content

Commit

Permalink
Merge pull request #9 from BSekula/test8
Browse files Browse the repository at this point in the history
asdasd
  • Loading branch information
BSekula authored Aug 23, 2023
2 parents 8b11292 + 6929804 commit bbb8a38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-artefacts.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Create artifacts

on: [pull_request, push]
env:
tag: v3.0.1

jobs:

create-artifacts:
runs-on: ubuntu-latest
name: Create artifact
env:
tag: v3.0.0

steps:
- run: echo $tag
- uses: actions/checkout@v3
Expand All @@ -24,8 +26,6 @@ jobs:
name: Test artifacts
runs-on: ubuntu-latest
needs: [create-artifacts]
env:
tag: v3.0.0
steps:
- uses: actions/download-artifact@v3
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ on:
push:
branches:
- main
env:
tag: v3.0.0

jobs:
release:
name: Release
runs-on: ubuntu-latest
env:
tag: v3.0.0
tag: v3.0.1
steps:
- uses: actions/checkout@v3
# Do not have access to other WF artifacts
Expand Down

0 comments on commit bbb8a38

Please sign in to comment.