Skip to content

Commit 424f848

Browse files
committed
Added latest release tag
1 parent 5db367f commit 424f848

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

.github/workflows/version.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ jobs:
4343
automatic_release_tag: ${{ steps.version.outputs.version }}
4444
prerelease: false
4545
title: "Release ${{ steps.version.outputs.version }}"
46+
files: |
47+
action.yaml
48+
LICENSE.md
49+
release.zip
50+
#https://github.com/marvinpinto/action-automatic-releases
51+
- uses: "marvinpinto/action-automatic-releases@latest"
52+
with:
53+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
54+
automatic_release_tag: latest
55+
prerelease: false
56+
title: "Release latest"
4657
files: |
4758
action.yaml
4859
LICENSE.md

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Update publiccode.yaml
25-
uses: OpenCatalogi/publiccode-action@1.3.0
25+
uses: OpenCatalogi/publiccode-action@latest
2626
````
2727

2828
In the above example a `publiccode` file is updated every time code on the `main` branche is touched
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Update publiccode.yaml
72-
uses: OpenCatalogi/publiccode-action@1.2.1
72+
uses: OpenCatalogi/publiccode-action@latest
7373
with:
7474
name: ${{ github.head_ref }} # Git URL of the remote repository to check
7575
description: ${{ github.head_ref }} # Git URL of the remote repository to check
@@ -93,7 +93,7 @@ To use this action, simply include it as a step in your workflow file. No inputs
9393
````yaml
9494
steps:
9595
- name: Update publiccode.yaml
96-
uses: OpenCatalogi/publiccode-action@1.2.1
96+
uses: OpenCatalogi/publiccode-action@latest
9797
with:
9898
name: "My Codebase"
9999
description: "This is a sample repository description"
@@ -122,9 +122,9 @@ jobs:
122122
runs-on: ubuntu-latest
123123
steps:
124124
- name: Update publiccode.yaml
125-
uses: OpenCatalogi/publiccode-action@1.2.1
125+
uses: OpenCatalogi/publiccode-action@latest
126126
- name: Deploy Product Github Page
127-
uses: OpenCatalogi/productpage-action@1.0.0
127+
uses: OpenCatalogi/productpage-action@latest
128128
````
129129

130130
[Read more](https://github.com/marketplace/actions/create-an-product-page) about the product page action

0 commit comments

Comments
 (0)