mirror of
https://github.com/0x5eal/semver-luau.git
synced 2025-01-19 10:48:05 +00:00
chore(actions): actually redirect the default_index output lol
This commit is contained in:
parent
bbbce960b0
commit
afe13e8819
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
|
|
||||||
- name: Authenticate into pesde registry
|
- name: Authenticate into pesde registry
|
||||||
run: |
|
run: |
|
||||||
echo -e "default_index = "https://github.com/daimond113/pesde-index"\n$(cat $HOME/.pesde/config.toml)"
|
echo -e "default_index = "https://github.com/daimond113/pesde-index"\n$(cat $HOME/.pesde/config.toml)" > $HOME/.pesde/config.toml
|
||||||
echo '[tokens]' > $HOME/.pesde/config.toml
|
echo '[tokens]' > $HOME/.pesde/config.toml
|
||||||
echo '"https://github.com/daimond113/pesde-index.git" = "${{ secrets.PESDE_TOKEN }}"' >> $HOME/.pesde/config.toml
|
echo '"https://github.com/daimond113/pesde-index.git" = "${{ secrets.PESDE_TOKEN }}"' >> $HOME/.pesde/config.toml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue