Skip to content

Commit

Permalink
Fixing main publish
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Feb 13, 2023
1 parent 2593229 commit d01dd07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release-n-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release and Publish
on:
push:
push: # It has to be push, otherwise error happens in code below.
branches: [ "main" ]
jobs:
build:
Expand All @@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.8"
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v6
Expand Down

0 comments on commit d01dd07

Please sign in to comment.