Skip to content

Commit

Permalink
fix: opm-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
mfmatos authored Feb 2, 2024
1 parent d7f7a3f commit 349236f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/opm-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: OPM Maker
on:
push:
paths:
- "Custom/*.sopm"
- ".github/workflows/*.yml"
- "Custom/*.sopm"
- ".github/workflows/*.yml"
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'

jobs:

Expand All @@ -27,7 +33,7 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::$(grep '<Version>' Custom/*.sopm | sed -r 's/.+>(.+)<.+/\1/')

- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@1.1.1
- name: Print slug variables
run: |
echo ${{ env.GITHUB_REF_SLUG }}
Expand All @@ -42,4 +48,4 @@ jobs:
prerelease: false
title: ${{ steps.get_version.outputs.VERSION }}
files: |
*.opm
*.opm

0 comments on commit 349236f

Please sign in to comment.