Skip to content

Commit 669fd28

Browse files
author
Aaron Roller
committed
feat: bumping version due to release bug master
1 parent 34bb63a commit 669fd28

1 file changed

Lines changed: 5 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ jobs:
88
runs-on: ubuntu-16.04
99
steps:
1010
- uses: actions/checkout@v1
11-
- name: Determine the Release Version
11+
- name: Semantic Release
1212
uses: cycjimmy/semantic-release-action@v2
1313
id: semantic # `id` for output variables
1414
with:
1515
semantic_version: 15.14.0
16-
dry_run: true
16+
extra_plugins: |
17+
@semantic-release/changelog@3.0.0
1718
env:
1819
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1920
- name: Package
@@ -22,8 +23,8 @@ jobs:
2223
uses: AutoModality/action-package-debian-ros@v1.2.1
2324
with:
2425
version: ${{ steps.semantic.outputs.new_release_version }}
25-
release-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
26-
# no dev repo in master!!!
26+
- name: The generated package
27+
run: echo "The artifact is ${{ steps.package.outputs.artifact-path }}"
2728
- name: Deploy
2829
if: steps.semantic.outputs.new_release_published == 'true'
2930
id: deploy
@@ -37,13 +38,3 @@ jobs:
3738
distro: 'ubuntu'
3839
release: 'xenial'
3940
file: '${{ steps.package.outputs.artifact-path }}'
40-
- name: Publish Release to Github
41-
if: steps.semantic.outputs.new_release_published == 'true'
42-
uses: cycjimmy/semantic-release-action@v2
43-
with:
44-
semantic_version: 15.14.0
45-
dry_run: false
46-
extra_plugins: |
47-
@semantic-release/changelog@3.0.0
48-
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)