Skip to content

Commit

Permalink
[#35 & #38] Fix and update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui committed Feb 14, 2022
1 parent b798ed4 commit 6d12740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
fetch-depth: 0

- name: SonarCloud Scan
if: github.event_name != 'pull_request'
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -150,7 +151,7 @@ jobs:
uses: actions/checkout@v2

- name: Set env
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:11}
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV

- name: Set up Python ${{ env.pythonLastVersion }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit 6d12740

Please sign in to comment.