Skip to content

Commit

Permalink
Printf > echo
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed May 9, 2021
1 parent 4da7162 commit ccfba23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,7 @@ jobs:

- name: Login to COPR
if: steps.semver_change.outputs.changed == 'true'
run: 'mkdir ~/.config && echo "[copr-cli]
login = $LOGIN
username = $USERNAME
token = $TOKEN
copr_url = https://copr.fedorainfracloud.org" > ~/.config/copr'
run: 'mkdir ~/.config && printf "[copr-cli]\nlogin = $LOGIN\nusername = $USERNAME\ntoken = $TOKEN\ncopr_url = https://copr.fedorainfracloud.org" > ~/.config/copr'
env:
LOGIN: ${{ secrets.COPR_LOGIN }}
USERNAME: ${{ secrets.COPR_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ractl"
version = "0.1.5"
version = "0.1.6"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit ccfba23

Please sign in to comment.